home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00284.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  115 b   |  9 lines

  1. on exitFrame
  2.   global questnum
  3.   if questnum = 2 then
  4.     go("targetgood")
  5.   else
  6.     go("targetbad")
  7.   end if
  8. end
  9.